Blazor コントロール
Item プロパティ (C1DataCollectionList<T>)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1DataCollectionList<T> クラス : Item プロパティ
The zero-based index of the element to get or set.
Gets or sets the element at the specified index.
シンタックス
'宣言
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get; set;}

パラメータ

index
The zero-based index of the element to get or set.

プロパティ値

The element at the specified index.
参照

C1DataCollectionList<T> クラス
C1DataCollectionList<T> メンバ